home *** CD-ROM | disk | FTP | other *** search
/ DS-CD ROM 2 1993 August / DS CD-ROM 2.Ausgabe (August 1993).iso / utility / ds0573 / copydat.bat next >
DOS Batch File  |  1993-04-07  |  234b  |  14 lines

  1. @echo off
  2. if %1"==" goto err
  3. md %1
  4. md %1\BSP
  5. md %1\TXT
  6. copy dmapp.exe    %1 >nul
  7. copy txt\*.*  %1\TXT >nul
  8. copy bsp\*.*  %1\BSP >nul
  9. goto ende
  10. :err
  11. cls
  12. echo Diese Datei wird vom Installationsprogramm benötigt.
  13. echo.
  14. :ende